vTPM manager - Intel/IBM joint TPM Virtualization implementation for Xen.
authorshand@ubuntu.eng.hq.xensource.com <shand@ubuntu.eng.hq.xensource.com>
Tue, 30 Aug 2005 19:39:25 +0000 (11:39 -0800)
committershand@ubuntu.eng.hq.xensource.com <shand@ubuntu.eng.hq.xensource.com>
Tue, 30 Aug 2005 19:39:25 +0000 (11:39 -0800)
commitf2a4d188c40b3f0fd67c9c79561fe8ea7996f73e
treeff00d8b60a436c435d9a0a10a78aee0f0366da00
parentd22746ede91f366b9bb2582bd85e3e473308d11e
vTPM manager - Intel/IBM joint TPM Virtualization implementation for Xen.
This is a software implementation for people without h/w vTPM support.

Signed-off-by: Vinnie Scarlata <vincent.r.scarlata@intel.com>
Signed-off-by: Joseph Cihula <joseph.cihula@intel.com>
Signed-off-by: Steven Hand <steven@xensource.com>
42 files changed:
tools/vtpm_manager/COPYING [new file with mode: 0644]
tools/vtpm_manager/Makefile [new file with mode: 0644]
tools/vtpm_manager/README [new file with mode: 0644]
tools/vtpm_manager/Rules.mk [new file with mode: 0644]
tools/vtpm_manager/crypto/Makefile [new file with mode: 0644]
tools/vtpm_manager/crypto/crypto.c [new file with mode: 0644]
tools/vtpm_manager/crypto/crypto.h [new file with mode: 0644]
tools/vtpm_manager/crypto/hash.c [new file with mode: 0644]
tools/vtpm_manager/crypto/rsa.c [new file with mode: 0644]
tools/vtpm_manager/crypto/sym_crypto.c [new file with mode: 0644]
tools/vtpm_manager/crypto/sym_crypto.h [new file with mode: 0644]
tools/vtpm_manager/manager/Makefile [new file with mode: 0644]
tools/vtpm_manager/manager/dmictl.c [new file with mode: 0644]
tools/vtpm_manager/manager/securestorage.c [new file with mode: 0644]
tools/vtpm_manager/manager/tpmpassthrough.c [new file with mode: 0644]
tools/vtpm_manager/manager/vtpm_manager.c [new file with mode: 0644]
tools/vtpm_manager/manager/vtpm_manager.h [new file with mode: 0644]
tools/vtpm_manager/manager/vtpmd.c [new file with mode: 0644]
tools/vtpm_manager/manager/vtpmpriv.h [new file with mode: 0644]
tools/vtpm_manager/manager/vtsp.c [new file with mode: 0644]
tools/vtpm_manager/manager/vtsp.h [new file with mode: 0644]
tools/vtpm_manager/tcs/Makefile [new file with mode: 0644]
tools/vtpm_manager/tcs/contextmgr.c [new file with mode: 0644]
tools/vtpm_manager/tcs/contextmgr.h [new file with mode: 0644]
tools/vtpm_manager/tcs/tcs.c [new file with mode: 0644]
tools/vtpm_manager/tcs/tcs.h [new file with mode: 0644]
tools/vtpm_manager/tcs/tpmddl.h [new file with mode: 0644]
tools/vtpm_manager/tcs/transmit.c [new file with mode: 0644]
tools/vtpm_manager/util/Makefile [new file with mode: 0644]
tools/vtpm_manager/util/bsg.c [new file with mode: 0644]
tools/vtpm_manager/util/bsg.h [new file with mode: 0644]
tools/vtpm_manager/util/buffer.c [new file with mode: 0644]
tools/vtpm_manager/util/buffer.h [new file with mode: 0644]
tools/vtpm_manager/util/depend [new file with mode: 0644]
tools/vtpm_manager/util/hashtable.c [new file with mode: 0644]
tools/vtpm_manager/util/hashtable.h [new file with mode: 0644]
tools/vtpm_manager/util/hashtable_itr.c [new file with mode: 0644]
tools/vtpm_manager/util/hashtable_itr.h [new file with mode: 0644]
tools/vtpm_manager/util/hashtable_private.h [new file with mode: 0644]
tools/vtpm_manager/util/log.c [new file with mode: 0644]
tools/vtpm_manager/util/log.h [new file with mode: 0644]
tools/vtpm_manager/util/tcg.h [new file with mode: 0644]